home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
NotePads
/
PhoneSlip
/
Source
/
colorView.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-09-21
|
254 b
|
17 lines
/* Copyright(C) 1993, The MITRE Corporation */
#import <appkit/View.h>
@interface colorView:View
{
NXColor viewColor;
}
- setBackgroundColor:(NXColor)color;
- setBackgroundGray:(float)gray;
- drawSelf:(const NXRect *)rects :(int)rectCount;
@end